Welcome![Sign In][Sign Up]
Location:
Search - color image segmentation matlab

Search list

[Special Effectscolor_model_change_matlab

Description: 西安交通大学开的《图象处理》的课,用的课本是章毓晋老师编的《图象工程》上册,既《图象处理和分析》,我本科期间学的这门课,这是用MATLAB所做的作业源程序,包括颜色模型转换成,直方图转换,图象分割,边缘检测,hough变换(哈夫变换),图象表达等。-Xi'an Jiaotong University opened the "image processing" of the class, Textbooks are used in Yu-Jin Zhang teachers are "image projects" on the list, both "image processing and analysis" During my undergraduate study of this course, this is done using MATLAB source operations, including the color model conversion. Histogram conversion, image segmentation, edge detection, hough transform (Hough transform), image expression.
Platform: | Size: 328536 | Author: myname | Hits:

[Special Effectsfacedetection

Description: face detection肤色分割 把彩色图象由rgb彩色空间变换到ycbcr彩色空间,通过算子分割出肤色区域,得到二值图,然后进行膨胀与腐蚀,最后进行边缘检测。-face detection skin color segmentation to color images from rgb color space conversion into YCbCr color space, through the operator partitions a color region, the binary image, and then expansion and corrosion, and finally to carry out edge detection.
Platform: | Size: 2048 | Author: zhaoyebai | Hits:

[Graph Recognizematlabtocarrecognition

Description: 车牌识别matlab源程序 基于颜色的车牌定位和分割技术研究与实现 function [seg] = character_segmentation(bw) % character_segmentation: Returns the digit segments in the supplied binary image. % The function uses the "segment" function, keeping only the seven % segments in the result with largest area, and in case less than seven % segments were found, it attempts to recall the function, making the % separation between the already found segments clearer (by cleaning the % bits which are there.-License plate recognition matlab source code based on the color of the plate positioning and segmentation research and realize function [seg] = character_segmentation (bw) character_segmentation: Returns the digit segments in the supplied binary image. The function uses the segment function, keeping only the seven segments in the result with largest area, and in case less than seven segments were found, it attempts to recall the function, making the separation between the already found segments clearer (by cleaning the bits which are there .
Platform: | Size: 2048 | Author: wang | Hits:

[Special Effectsfenshuiling

Description: 可用于医学图像处理的分水岭算法,可以输入黑白图像,生成彩色分割图像-Can be used for medical image processing of the watershed algorithm, can enter a black-and-white images, color segmentation image generated
Platform: | Size: 2048 | Author: 萧然 | Hits:

[Special Effectshsv2

Description: 计算图像HSV分量的数值,可用于图像颜色分割的统计-Calculated image HSV component values can be used for image color segmentation statistics
Platform: | Size: 1024 | Author: 三藏 | Hits:

[Special EffectsBina

Description: 图像二值化,用于医学图像处理。设定域值,将图像分成两色,以便于分割重建等操作。-Image Binarization for medical image processing. Domain value set will be divided into two color images in order to facilitate the segmentation reconstruction operation.
Platform: | Size: 384000 | Author: zhanglu | Hits:

[Special Effectssegment

Description: 使用区域增长的算法进行区域分割。鼠标点击图像的某个区域的某个像素,并指定染色所用颜色(红绿蓝黑),程序执行的结果是用指定的颜色把某个区域显示出来。-Regional growth in the use of regional segmentation algorithm. A mouse click on the image of a pixel region, and specify the dye color used (black and red and green), implement the results of the procedure is designated an area of color to be displayed.
Platform: | Size: 1024 | Author: cui ju | Hits:

[Graph program105230297ch13

Description: MATLAB 彩色图像处理,对图像进行分割处理-MATLAB color image processing, image segmentation processing
Platform: | Size: 66560 | Author: jj | Hits:

[Graph programimagesegmentation

Description: matlab图像分割实例,基于Lab空间的色彩分,割调用库函数实现,带注释,简单易懂;-matlab example of image segmentation, based on Lab color space points, call the library functions achieve cutting, with comments, easy to understand
Platform: | Size: 2419712 | Author: 王银虎 | Hits:

[Special EffectsHSI-image-analysis

Description: 基于HSI空间灰度图像伪彩色算法仿真分析,其中包括几种图像分割算法,RGB,HIS,以及他们的MATLAB代码实现。-HSI space based on pseudo-color gray-scale image analysis algorithm simulation, including several image segmentation algorithm, RGB, HIS, and their MATLAB code.
Platform: | Size: 1701888 | Author: 雪洁 | Hits:

[Special Effectscfm_mine

Description: 彩色图像分割利用matlab实现FCM算法-Color image segmentation algorithm using matlab realize FCM
Platform: | Size: 41984 | Author: Aztaka | Hits:

[Special Effectsmatlab-code

Description: backgroundsubtractionGUI.m 实现背景差分方法的基本GUI界面设置 diedaierzhihua.m 用迭代分割的方法实现图像二值化 foreground.m 背景差分方法中前景图的构建 mianhuizhi.m 图像可视化中ct、mri图像的三维面绘制方法 rotate3d.m 图像可视化中对ct、mri图像进行面绘制并旋转 video2image.m 从视频中批量截取多帧图像 weicaise.m 对图像进行伪彩色处理-backgroundsubtractionGUI.m The basic GUI interface settings of background subtraction method diedaierzhihua.m Iterative method for image segmentation binary foreground.m Construction background subtraction method foreground figure mianhuizhi.m 3D faces ct, mri image rendering method rotate3d.m ct, mri surface rendering and image rotation video2image.m From the video batch intercept multiple images weicaise.m Pseudo-color image processing
Platform: | Size: 8192 | Author: 本田透 | Hits:

[Special EffectsImage-Processing-Based-on-PDE

Description: 《图像处理的偏微分方程方法》随书光盘完整版 本光碟中包含五个文件夹。 (1)视频剪辑:可供教学演示,其中, two_cells 是采用改进的变分水平集方法,实现GAC模型图像分割的演化过程; denoissing 是利用P_M方程,对图像平滑去噪的演化过程 curve_linear_heat_flow 是利用FT实现的闭合曲线的线性热流演化过程。 (2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。 (3)灰度图象和彩色图像:其中的图像,可以作为图像分割,平滑滤波,反差增强,彩色增强以及图像放大等实验的素材。 (4) MATLAB程序:其中包含10余个MATLAB程序或(函数)的源代码。程序中所作的注释,与书中关于对应算法的描述是一致的。 本光碟中的所有内容,仅供教学和研究参考。-" Image Processing Based on PDE" CD with the book contains the full version of the disc five folders. (1) Video clip: for teaching demonstration, which, " two_cells" is improved variational level set methods to achieve the evolution of GAC model image segmentation " denoissing" is the use of P_M equation, the evolution of image smoothing denoising process " curve_linear_heat_flow" is the use of a closed curve FT achieve a linear heat evolution. (2) binary image: one of the images for morphological image processing experiments, it can also be obtained by extracting the object boundary curve evolution for experimental use. (3) gray-scale images and color images: images which can be used as image segmentation, filtering, contrast enhancement, color enhancement and image amplification test material. (4) MATLAB Program: which includes more than 10 or MATLAB program (function) of the source code. Comments made in the program, and a description of the boo
Platform: | Size: 7414784 | Author: marshal | Hits:

[matlabmean-shift_color-img-segment

Description: 基于matlab的彩色图像分割实验,运用meanshift算法以及区域生长法,算法包含漏检数,正确率的计算。-Matlab-based color image segmentation experiments, the use of algorithms and meanshift region growing algorithm contains the number of missed, calculate the correct rate.
Platform: | Size: 198656 | Author: 江宸瀚 | Hits:

[Graph programskin1

Description: 在MATLAB中读取一张图片,并将图片进行肤色分割,再进行处理-Read one image in MATLAB, and the color image segmentation, and then processed
Platform: | Size: 1024 | Author: zhangzhenhua | Hits:

[Special EffectsCV方法分割彩色图片

Description: this is a simple matlab code of paper Active Contours without Edeges for Vector-Valued Images proposed by TonyF.Chan 1999, it included two test piture and test result(this is a simple matlab code of paper Active Contours without Edeges for Vector-Valued Images proposed by TonyF.Chan 1999, it included two test piture and test result. Hope this is will be help for you.)
Platform: | Size: 143360 | Author: 包子毛 | Hits:

[OS programzgnlwkm11

Description: MATLAB程序附图像,在彩色图像中对汽车车牌的分割,(MATLAB image attached, of car license plate in the color image segmentation,)
Platform: | Size: 157696 | Author: sonvh&77731 | Hits:

[Special Effectsmatlab

Description: 索书号文字图像分割,粘连字符切分,彩色车牌分割 ,文字识别的结构特征提取子函数(Call text image segmentation, character segmentation, color plate segmentation, text recognition feature extraction Functions)
Platform: | Size: 221184 | Author: hdtvdhvdhbxshvvjhuxd | Hits:

[Special EffectsRGB

Description: 基于RGB的彩色图像分割方法,可在matlab里直接使用(Study of color image segmentation algorithm)
Platform: | Size: 1024 | Author: lns | Hits:

[matlabMatlabkmeans聚类分割GUI,分割聚类数可以输入

Description: 该课题为基于kmeans的聚类分割,输入一张彩色图像,可以选择需要分割成多少类,就会以不同颜色区分不同的块,带有GUI界面,操作丰富。(This topic is based on Clustering Segmentation of kmeans. Input a color image, you can choose how many categories you need to segment, and then different blocks will be distinguished with different colors, with GUI interface and rich operation.)
Platform: | Size: 72704 | Author: for Matlab | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »

CodeBus www.codebus.net